home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / util / dir / CTree.readme < prev    next >
Text File  |  2002-05-15  |  3KB  |  79 lines

  1. Short:    Create a copy of a tree structure
  2. Author:   Hervé Dupont (herve.dpt@free.fr)
  3. Uploader: Hervé Dupont (herve.dpt@free.fr)
  4. Version:  1.0 (12.05.2002)
  5. Type:     util/dir
  6. Requires: OS1.3+
  7.  
  8. STATUS:   FreeWare
  9.  
  10. NOTE:     CTree stand for 'Copy Tree' or 'Clone Tree'... :)
  11.           This CLI script create a complete copy of directories with
  12.           sub-directories to another location without copied the files.
  13.  
  14.                         !! USE AT YOUR OWN RISKS !!
  15.  
  16.           1) Français
  17.           2) English
  18.  
  19.  
  20. 1) Voici un petit utilitaire pour créer une copie de vos arborescences
  21. vers une autre destination. La structure complète des répertoires vides
  22. sera créée.
  23.  
  24. Installation :
  25.    Copiez « CTree » dans un répertoire d'utilisation actif par le système
  26. comme « C: » ou « S: ».
  27.    Vérifiez la présence de l'attribut S (Script) pour vous éviter d'utiliser
  28. la commande Execute devant la commande.
  29.  
  30. Utilisation :
  31. Syntaxe : CTree <Rep1> <Rep2|->
  32. Rep1 : Chemin de l'arborescence à copier. Ex. : dh0:tvx/celui-ci.
  33. Rep2 : Destination de l'arborescence. Ex. : dh2:ICI/.
  34. Rep2 : -  Mode test. Affichage sans création de l'arborescence.
  35.           le fichier temporaire « tparbrv01 » dans RAM: ne sera pas effacé
  36.           vous permettant de vérifier et ou de modifier à votre
  37.           convenance les chemins crées. Si tout est parfait, re-exécutez
  38.           la commande avec cette fois le chemin de destination ou bien
  39.           utilisez « Execute ram:tparbrv01 » dans un Shell pour exécuter
  40.           le fichier avec les actions ainsi modifiées.
  41.  
  42. La terminaison « : » ou « / » pour le chemin de destination (Rep2) est
  43. obligatoire !
  44.  
  45. Merci à Jacques Vanhove pour son aide et ses tests !
  46.  
  47. Notes :
  48. - Permet la copie de l'arborescence vers une autre partition.
  49. - Supporte les noms composés d'espaces.
  50.  
  51.  
  52. 2) A little tool to make a copy of original tree directories. Files will
  53. be not copied!
  54.  
  55. Installation:
  56.    Copy 'CTree' to an active system path like 'C:' or 'S:'.
  57.    Check the S flag is set to avoid more typo writing 'Execute' before
  58.    the CTree command. ;)
  59.  
  60. How to use:
  61. Template: CTree <Rep1> <Rep2|->
  62. Rep1 : Path from tree to be copied. Eg. : dh0:tvx/this_one.
  63. Rep2 : Where to put copied tree? Eg. : dh2:HERE/.
  64. Rep2 : -  Test mode. display tree list without create it.
  65.           temporary file 'tparbrv01' in 'RAM:' will be not deleted then
  66.           you could if you want to check or modify entries for your
  67.           own convenience.
  68.           Next, re-launch CTree with a destination path or just write
  69.           'Execute ram:tparbrv01' in a Shell to execute the modified
  70.           file.
  71.  
  72. Ending destination path (Rep2) with « : » or « / » is very important!
  73.  
  74. Big thanks to Jacques Vanhove for his help and tests he did!
  75.  
  76. Notes:
  77. - Give a way to copie to another partition.
  78. - support names with spaces.
  79.